CP Humor
cphumor_wiki
http://cphumor.shoutwiki.com/wiki/Main_Page
MediaWiki 1.35.11
first-letter
Media
Special
Talk
User
User talk
CP Humor
CP Humor talk
File
File talk
MediaWiki
MediaWiki talk
Template
Template talk
Help
Help talk
Category
Category talk
Module
Module talk
Gadget
Gadget talk
Gadget definition
Gadget definition talk
Main Page
0
1
1
2014-01-15T19:42:22Z
MediaWiki default
30443056
wikitext
text/x-wiki
<big>Welcome to your new site!</big><br/>
This is your new site! Feel free to start editing right away!
f6aad8bc2928e71e9e507f8fe0955e0ab1782cc4
3
1
2014-01-15T19:44:35Z
Penstubal
3367274
wikitext
text/x-wiki
<big>Welcome to the Club Penguin Humor Wiki!</big><br/>
Here you can mock all things CP and make a new laugh everyday! Be aware that no swear words or inappropriate content is allowed, and make sure everything you make is family friendly! Thanks for visiting!
7a418dd9b8c070579342557ccf30b49c18683453
User talk:Penstubal
3
2
2
2014-01-15T19:42:22Z
ShoutWiki
11
wikitext
text/x-wiki
Hi Penstubal, thank you for choosing ShoutWiki to make your wiki.
We would suggest that you start your wiki off by doing these few basic things:
*Upload a logo. You can do this by uploading an image over [[:File:Wiki.png]]. (not available on some skins)
*Design your [[Main Page]]. The main page is likely the first thing users will see. It should be attractive and catch the eye.
*Start building content. All wikis need content to become the best they can be.
If you need help with making a logo, skin or favicon, please see [[s:w:logocreation|ShoutWiki's Logo Creation Wiki]].
If you need any help with building your wiki, feel free to contact [[s:ShoutWiki Staff|ShoutWiki staff]] either via their talk pages or via [[Special:Contact]]. Alternatively, you can talk to us, or other users, via [[s:ShoutWiki Hub:IRC|IRC]].
Thank you again for using ShoutWiki.
[[s:ShoutWiki Staff|ShoutWiki staff]] 19:42, 15 January 2014
d2685cd7050c8ab27cd56c565fb475a589dcacd2
MediaWiki:Common.css
8
3
4
2014-01-15T19:47:22Z
Penstubal
3367274
Created page with "/* CSS placed here will be applied to all skins */ /***** CSS placed here will be applied to all skins on the entire site. *****/ /* Mark redirects in Special:Allpages and S..."
css
text/css
/* CSS placed here will be applied to all skins */
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
font-style: italic;
}
.allpagesredirect:after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}
/* Infobox template style */
.infobox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
/* Recent changes byte indicators */
.mw-plusminus-pos {
color: #006500;
}
.mw-plusminus-neg {
color: #8B0000;
}
/* Image frame fix
div.tright, div.tleft {
border: 1px solid silver;
}
div.thumbinner {
background: inherit;
border: none;
color: inherit;
}
#article div.thumb {
color:inherit;
} */
/* === Babel ===
div.babelbox {
float: right;
margin-left: 1em;
margin-bottom: 0.5em;
width: 246px;
border: 1px solid #99B3FF;
padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
margin: 2px 4px 2px 4px; /* t, l, b, r */
width:238px;
border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
text-align:center;
font-size:14pt;
width:45px;
height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
font-size:8pt;
padding:4pt;
line-height:1.25em;
}
.lang-block0 {
border:1px solid #FFB3B3;
}
td.lang-code0 {
background-color: #FFB3B3;
color: black;
}
td.lang-description0 {
background-color: #FFE0E8;
color: black;
}
.lang-block1, .lang-block2, .lang-block3 {
border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
background-color: #99B3FF;
color: black;
}
td.lang-description1, td.lang-description2, td.lang-description3 {
background-color: #E0E8FF;
color: black;
}
.lang-blockN {
border:1px solid #6EF7A7;
}
td.lang-codeN {
background-color: #6EF7A7;
color: black;
}
td.lang-descriptionN {
background-color: #C5FCDC;
color: black;
} */
/************************/
/** UGLY WIKIPEDIA CODE */
/************************/
/* Article message box styles */
table.ambox {
margin: 0px 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #aaa;
border-left: 10px solid #1e90ff; /* Default "notice" blue */
background: #fbfbfb;
}
table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
.ambox td.mbox-image { /* The left image cell */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright { /* The right image cell */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
table.ambox-notice {
border-left: 10px solid #1e90ff; /* Blue */
}
table.ambox-speedy {
border-left: 10px solid #b22222; /* Red */
background: #fee; /* Pink */
}
table.ambox-delete {
border-left: 10px solid #b22222; /* Red */
}
table.ambox-content {
border-left: 10px solid #f28500; /* Orange */
}
table.ambox-style {
border-left: 10px solid #f4c430; /* Yellow */
}
table.ambox-move {
border-left: 10px solid #9932cc; /* Purple */
}
table.ambox-protection {
border-left: 10px solid #bba; /* Gray-gold */
}
/* Navbox class */
table.navbox { /* Navbox container style */
border: 1px solid #aaa;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
} table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* (doesn't work for IE6, but that's okay) */
} .navbox-title, .navbox-abovebelow, table.navbox th {
text-align: center; /* Title and above/below styles */
padding-left: 1em;
padding-right: 1em;
} .navbox-group { /* Group style */
white-space: nowrap;
text-align: right;
font-weight: bold;
padding-left: 1em;
padding-right: 1em;
} .navbox, .navbox-subgroup {
background: #fdfdfd; /* Background color */
} .navbox-list {
border-color: #fdfdfd; /* Must match background color */
} .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
/** no bg for you **/ /* Level 2 color */
} .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
background: #e6e6ff; /* Level 3 color */
} .navbox-even {
background: #f7f7f7; /* Even row striping */
} .navbox-odd {
background: transparent; /* Odd row striping */
}
.collapseButton { /* 'show'/'hide' buttons created dynamically */
float: right; /* by the CollapsibleTables javascript in */
font-weight: normal; /* MediaWiki:Common.jsare styled here */
text-align: right; /* so they can be customised. */
width: auto;
} .navbox .collapseButton { /* In navboxes, the show/hide button balances */
width: 6em; /* the vde links from Template:Tnavbar, */
} /* so they need to be the same width. */
.navbox-abovebelow
{
background-color:#FFDBAE !important;
}
/*--HILITED USERNAMES LIST--*/
/*------------------*/
/*--ADMINISTRATORS & COLORS--*/
/*------------------*/
table.diff a[href="/wiki/User:Penstubal"],
ul#pagehistory li a[href="/wiki/User:Penstubal"],
body.ns-0 a[href="/wiki/User:Penstubal"],
body.ns-500 a[href="/wiki/User:Penstubal"],
body.ns-501 a[href="/wiki/User:Penstubal"],
body.ns--1 a[href="/wiki/User:Penstubal"] { color:#2F6700; font-weight:bold; }
33c17e986edf8522d118a7014f3e0d839a869fb5
6
4
2014-01-15T19:48:13Z
Penstubal
3367274
css
text/css
/* CSS placed here will be applied to all skins */
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
font-style: italic;
}
.allpagesredirect:after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}
/* Infobox template style */
.infobox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
/* Recent changes byte indicators */
.mw-plusminus-pos {
color: #006500;
}
.mw-plusminus-neg {
color: #8B0000;
}
/* Image frame fix
div.tright, div.tleft {
border: 1px solid silver;
}
div.thumbinner {
background: inherit;
border: none;
color: inherit;
}
#article div.thumb {
color:inherit;
} */
/* === Babel ===
div.babelbox {
float: right;
margin-left: 1em;
margin-bottom: 0.5em;
width: 246px;
border: 1px solid #99B3FF;
padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
margin: 2px 4px 2px 4px; /* t, l, b, r */
width:238px;
border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
text-align:center;
font-size:14pt;
width:45px;
height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
font-size:8pt;
padding:4pt;
line-height:1.25em;
}
.lang-block0 {
border:1px solid #FFB3B3;
}
td.lang-code0 {
background-color: #FFB3B3;
color: black;
}
td.lang-description0 {
background-color: #FFE0E8;
color: black;
}
.lang-block1, .lang-block2, .lang-block3 {
border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
background-color: #99B3FF;
color: black;
}
td.lang-description1, td.lang-description2, td.lang-description3 {
background-color: #E0E8FF;
color: black;
}
.lang-blockN {
border:1px solid #6EF7A7;
}
td.lang-codeN {
background-color: #6EF7A7;
color: black;
}
td.lang-descriptionN {
background-color: #C5FCDC;
color: black;
} */
/************************/
/** UGLY WIKIPEDIA CODE */
/************************/
/* Article message box styles */
table.ambox {
margin: 0px 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #aaa;
border-left: 10px solid #1e90ff; /* Default "notice" blue */
background: #fbfbfb;
}
table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
.ambox td.mbox-image { /* The left image cell */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright { /* The right image cell */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
table.ambox-notice {
border-left: 10px solid #1e90ff; /* Blue */
}
table.ambox-speedy {
border-left: 10px solid #b22222; /* Red */
background: #fee; /* Pink */
}
table.ambox-delete {
border-left: 10px solid #b22222; /* Red */
}
table.ambox-content {
border-left: 10px solid #f28500; /* Orange */
}
table.ambox-style {
border-left: 10px solid #f4c430; /* Yellow */
}
table.ambox-move {
border-left: 10px solid #9932cc; /* Purple */
}
table.ambox-protection {
border-left: 10px solid #bba; /* Gray-gold */
}
/* Navbox class */
table.navbox { /* Navbox container style */
border: 1px solid #aaa;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
} table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* (doesn't work for IE6, but that's okay) */
} .navbox-title, .navbox-abovebelow, table.navbox th {
text-align: center; /* Title and above/below styles */
padding-left: 1em;
padding-right: 1em;
} .navbox-group { /* Group style */
white-space: nowrap;
text-align: right;
font-weight: bold;
padding-left: 1em;
padding-right: 1em;
} .navbox, .navbox-subgroup {
background: #fdfdfd; /* Background color */
} .navbox-list {
border-color: #fdfdfd; /* Must match background color */
} .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
/** no bg for you **/ /* Level 2 color */
} .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
background: #e6e6ff; /* Level 3 color */
} .navbox-even {
background: #f7f7f7; /* Even row striping */
} .navbox-odd {
background: transparent; /* Odd row striping */
}
.collapseButton { /* 'show'/'hide' buttons created dynamically */
float: right; /* by the CollapsibleTables javascript in */
font-weight: normal; /* MediaWiki:Common.jsare styled here */
text-align: right; /* so they can be customised. */
width: auto;
} .navbox .collapseButton { /* In navboxes, the show/hide button balances */
width: 6em; /* the vde links from Template:Tnavbar, */
} /* so they need to be the same width. */
.navbox-abovebelow
{
background-color:#FFDBAE !important;
}
/*--HILITED USERNAMES LIST--*/
/*------------------*/
/*--ADMINISTRATORS & COLORS--*/
/*------------------*/
table.diff a[href="/wiki/User:Penstubal"],
ul#pagehistory li a[href="/wiki/User:Penstubal"],
body.ns-0 a[href="/wiki/User:Penstubal"],
body.ns-500 a[href="/wiki/User:Penstubal"],
body.ns-501 a[href="/wiki/User:Penstubal"],
body.ns--1 a[href="/wiki/User:Penstubal"] { color:darkgreen; font-weight:bold; }
f29395e2cfd7ba91e684cd889b55e80b19971b4b
7
6
2014-01-15T19:50:19Z
Penstubal
3367274
testing colors
css
text/css
/* CSS placed here will be applied to all skins */
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
font-style: italic;
}
.allpagesredirect:after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}
/* Infobox template style */
.infobox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
/* Recent changes byte indicators */
.mw-plusminus-pos {
color: #006500;
}
.mw-plusminus-neg {
color: #8B0000;
}
/* Image frame fix
div.tright, div.tleft {
border: 1px solid silver;
}
div.thumbinner {
background: inherit;
border: none;
color: inherit;
}
#article div.thumb {
color:inherit;
} */
/* === Babel ===
div.babelbox {
float: right;
margin-left: 1em;
margin-bottom: 0.5em;
width: 246px;
border: 1px solid #99B3FF;
padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
margin: 2px 4px 2px 4px; /* t, l, b, r */
width:238px;
border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
text-align:center;
font-size:14pt;
width:45px;
height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
font-size:8pt;
padding:4pt;
line-height:1.25em;
}
.lang-block0 {
border:1px solid #FFB3B3;
}
td.lang-code0 {
background-color: #FFB3B3;
color: black;
}
td.lang-description0 {
background-color: #FFE0E8;
color: black;
}
.lang-block1, .lang-block2, .lang-block3 {
border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
background-color: #99B3FF;
color: black;
}
td.lang-description1, td.lang-description2, td.lang-description3 {
background-color: #E0E8FF;
color: black;
}
.lang-blockN {
border:1px solid #6EF7A7;
}
td.lang-codeN {
background-color: #6EF7A7;
color: black;
}
td.lang-descriptionN {
background-color: #C5FCDC;
color: black;
} */
/************************/
/** UGLY WIKIPEDIA CODE */
/************************/
/* Article message box styles */
table.ambox {
margin: 0px 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #aaa;
border-left: 10px solid #1e90ff; /* Default "notice" blue */
background: #fbfbfb;
}
table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
.ambox td.mbox-image { /* The left image cell */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright { /* The right image cell */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
table.ambox-notice {
border-left: 10px solid #1e90ff; /* Blue */
}
table.ambox-speedy {
border-left: 10px solid #b22222; /* Red */
background: #fee; /* Pink */
}
table.ambox-delete {
border-left: 10px solid #b22222; /* Red */
}
table.ambox-content {
border-left: 10px solid #f28500; /* Orange */
}
table.ambox-style {
border-left: 10px solid #f4c430; /* Yellow */
}
table.ambox-move {
border-left: 10px solid #9932cc; /* Purple */
}
table.ambox-protection {
border-left: 10px solid #bba; /* Gray-gold */
}
/* Navbox class */
table.navbox { /* Navbox container style */
border: 1px solid #aaa;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
} table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* (doesn't work for IE6, but that's okay) */
} .navbox-title, .navbox-abovebelow, table.navbox th {
text-align: center; /* Title and above/below styles */
padding-left: 1em;
padding-right: 1em;
} .navbox-group { /* Group style */
white-space: nowrap;
text-align: right;
font-weight: bold;
padding-left: 1em;
padding-right: 1em;
} .navbox, .navbox-subgroup {
background: #fdfdfd; /* Background color */
} .navbox-list {
border-color: #fdfdfd; /* Must match background color */
} .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
/** no bg for you **/ /* Level 2 color */
} .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
background: #e6e6ff; /* Level 3 color */
} .navbox-even {
background: #f7f7f7; /* Even row striping */
} .navbox-odd {
background: transparent; /* Odd row striping */
}
.collapseButton { /* 'show'/'hide' buttons created dynamically */
float: right; /* by the CollapsibleTables javascript in */
font-weight: normal; /* MediaWiki:Common.jsare styled here */
text-align: right; /* so they can be customised. */
width: auto;
} .navbox .collapseButton { /* In navboxes, the show/hide button balances */
width: 6em; /* the vde links from Template:Tnavbar, */
} /* so they need to be the same width. */
.navbox-abovebelow
{
background-color:#FFDBAE !important;
}
/*--HILITED USERNAMES LIST--*/
/*------------------*/
/*--ADMINISTRATORS & COLORS--*/
/*------------------*/
table.diff a[href="/wiki/User:Penstubal"],
ul#pagehistory li a[href="/wiki/User:Penstubal"],
body.ns-0 a[href="/wiki/User:Penstubal"],
body.ns-500 a[href="/wiki/User:Penstubal"],
body.ns-501 a[href="/wiki/User:Penstubal"],
body.ns--1 a[href="/wiki/User:Penstubal"] { color:red; font-weight:bold; }
d6e4b4d27a08896fa3eaf4cd461fb474f3082680
User:Penstubal
2
4
5
2014-01-15T19:47:35Z
Penstubal
3367274
Created page with "Hi."
wikitext
text/x-wiki
Hi.
dfe655b94c4f8ea95ff710039385c96b2a65613d
MediaWiki:Recentchangestext
8
5
8
2014-01-15T19:57:47Z
Penstubal
3367274
Created page with "{|- style="border:2px solid #e9e9e9; margin-bottom:0.3em; padding:0.2em 0.5em; width: 100%; font-size: 75%" | style="vertical-align: top;" |'''[[Special:Log|Logs]]''': *Gener..."
wikitext
text/x-wiki
{|- style="border:2px solid #e9e9e9; margin-bottom:0.3em; padding:0.2em 0.5em; width: 100%; font-size: 75%"
| style="vertical-align: top;" |'''[[Special:Log|Logs]]''':
*General: [[Special:Log|All logs]] - [[Special:Log/import|Imports]] - [[Special:Log/move|Moves]] - [[Special:Log/patrol|Patrols]] - [[Special:Log/upload|Uploads]] - [[Special:Log/newusers|User Creation]]
*Admin/Staff Actions: [[Special:Log/block|Blocks]] - [[Special:Log/delete|Deletions]] - [[Special:Log/merge|Page merges]] - [[Special:Log/protect|Protections]] - [[Special:Log/rights|User Rights]] - [[Special:Log/usermerge|User Merges]] - [[Special:Log/renameuser|User Renames]]
----
[[Special:NewPages|New pages]] - [[Special:NewImages|New files]] - [[Special:Watchlist|Watchlist]]<span style="float:right;">[[Club Penguin Fanon Wiki:Administrators|Contact an administrator]]</span>
| rowspan="2" |
'''Legend''':
*'''N''' = New page
*'''m''' = Minor edit
*→ = section edit
*'''b''' = Bot edit
*'''<span style="color:red">!</span>''' = Unpatrolled edit
*<span style="color: red">Red editor</span> = [[Project:Administrators|Administrator]]
*<span style="color: green">Green editor</span> = Network Staff
|-
| style="font-size:150%; text-align: center;" | <center>If you need help, or just want to chat with other users, visit our '''IRC Channel'''! Click '''[http://webchat.freenode.net/?channels=clubpenguinwiki-humor here]''' to enter the channel.</center>
|}
e2d751cd0d28dcdbecf36e846f75dfb25f70d8f1
9
8
2014-01-15T19:58:30Z
Penstubal
3367274
wikitext
text/x-wiki
{|- style="border:2px solid #e9e9e9; margin-bottom:0.3em; padding:0.2em 0.5em; width: 100%; font-size: 75%"
| style="vertical-align: top;" |'''[[Special:Log|Logs]]''':
*General: [[Special:Log|All logs]] - [[Special:Log/import|Imports]] - [[Special:Log/move|Moves]] - [[Special:Log/patrol|Patrols]] - [[Special:Log/upload|Uploads]] - [[Special:Log/newusers|User Creation]]
*Admin/Staff Actions: [[Special:Log/block|Blocks]] - [[Special:Log/delete|Deletions]] - [[Special:Log/merge|Page merges]] - [[Special:Log/protect|Protections]] - [[Special:Log/rights|User Rights]] - [[Special:Log/usermerge|User Merges]] - [[Special:Log/renameuser|User Renames]]
----
[[Special:NewPages|New pages]] - [[Special:NewImages|New files]] - [[Special:Watchlist|Watchlist]]<span style="float:right;">[[Club Penguin Fanon Wiki:Administrators|Contact an administrator]]</span>
| rowspan="2" |
'''Legend''':
*'''N''' = New page
*'''m''' = Minor edit
*→ = section edit
*'''b''' = Bot edit
*'''<span style="color:red">!</span>''' = Unpatrolled edit
*<span style="color: red">Red editor</span> = [[Project:Administrators|Administrator]]
*<span style="color: green">Green editor</span> = [[Project:Network Staff|Network Staff]]
|-
| style="font-size:150%; text-align: center;" | <center>If you need help, or just want to chat with other users, visit our '''IRC Channel'''! Click '''[http://webchat.freenode.net/?channels=clubpenguinwiki-humor here]''' to enter the channel.</center>
|}
86efc3e9d0d8b8b94f8f0a908898e4c86d34611d
10
9
2014-01-15T19:59:18Z
Penstubal
3367274
wikitext
text/x-wiki
{|- style="border:2px solid #e9e9e9; margin-bottom:0.3em; padding:0.2em 0.5em; width: 100%; font-size: 75%"
| style="vertical-align: top;" |'''[[Special:Log|Logs]]''':
*General: [[Special:Log|All logs]] - [[Special:Log/import|Imports]] - [[Special:Log/move|Moves]] - [[Special:Log/patrol|Patrols]] - [[Special:Log/upload|Uploads]] - [[Special:Log/newusers|User Creation]]
*Admin/Staff Actions: [[Special:Log/block|Blocks]] - [[Special:Log/delete|Deletions]] - [[Special:Log/merge|Page merges]] - [[Special:Log/protect|Protections]] - [[Special:Log/rights|User Rights]] - [[Special:Log/usermerge|User Merges]] - [[Special:Log/renameuser|User Renames]]
----
[[Special:NewPages|New pages]] - [[Special:NewImages|New files]] - [[Special:Watchlist|Watchlist]]<span style="float:right;">[[Club Penguin Fanon Wiki:Administrators|Contact an administrator]]</span>
| rowspan="2" |
'''Legend''':
*'''N''' = New page
*'''m''' = Minor edit
*→ = section edit
*'''b''' = Bot edit
*'''<span style="color:red">!</span>''' = Unpatrolled edit
*<span style="color: red">Red editor</span> = [[Project:Administrators|Administrator]]
|-
| style="font-size:150%; text-align: center;" | <center>If you need help, or just want to chat with other users, visit our '''IRC Channel'''! Click '''[http://webchat.freenode.net/?channels=clubpenguinwiki-humor here]''' to enter the channel.</center>
|}
7520ffc0e423cb974ba106f3f37aa7308fa05b04
11
10
2014-01-15T20:01:25Z
Penstubal
3367274
wikitext
text/x-wiki
<div style="float: right">
<u>'''Legend:'''</u><small>
*'''N''' = New page/image
*'''m''' = minor edit
*→ = section edit
*'''b''' = Bot edit
*'''<span style="color:red">!</span>''' = Unpatrolled edit
*<span style="color: red">Red editor</span> = [[Project:Administrators|Administrator]]
*<span style="color: green">Green editor</span> = [[clubpenguinwiki:Project:Staff|Network staff]]
</small>
</div>
{|- style="border:2px solid #e9e9e9; margin-bottom:0.3em; padding:0.2em 0.5em; width: 78%"
|<small>'''[[Special:Log|Logs]]:
*General: [[Special:Log/move|Moves]] - [[Special:Log/upload|Uploads]] - [[Special:Log/import|Imports]] - [[Special:Log/newusers|User Creation]] - [[Special:Log/patrol|Patrols]]
*Admin Actions: [[Special:Log/block|Blocks]] - [[Special:Log/protect|Protections]] - [[Special:Log/delete|Deletions]] - [[Special:Log/rights|User Rights]] - [[Special:Log/usermerge|Account Merges]] - [[Special:Log/renameuser|Account Renames]]</small>
----
<small>
[[Special:NewImages|New files]] - [[Special:Watchlist|Watchlist]]<span style="float:right;">[[Club Penguin Humor:Administrators|Contact an administrator]]</span></small>
|}
{|- style="border:1px dashed #e9e9e9; margin-bottom:0.3em; padding:0.2em 0.5em; width: 78%;" align="center"
|If you need help, or just want to chat with other users, visit our freenode IRC channel [http://webchat.freenode.net/?channels=clubpenguinwiki-humor here]!
|}
2985f95e3a45a9f18a011cbc6b260967620ae3c5
12
11
2014-01-15T20:02:01Z
Penstubal
3367274
wikitext
text/x-wiki
<div style="float: right">
<u>'''Legend:'''</u><small>
*'''N''' = New page/image
*'''m''' = minor edit
*→ = section edit
*'''b''' = Bot edit
*'''<span style="color:red">!</span>''' = Unpatrolled edit
*<span style="color: red">Red editor</span> = [[Project:Administrators|Administrator]]
*<span style="color: green">Green editor</span> = [http://www.clubpenguinwiki.info/wiki/Club_Penguin_Wiki:Staff Network staff]
</small>
</div>
{|- style="border:2px solid #e9e9e9; margin-bottom:0.3em; padding:0.2em 0.5em; width: 78%"
|<small>'''[[Special:Log|Logs]]:
*General: [[Special:Log/move|Moves]] - [[Special:Log/upload|Uploads]] - [[Special:Log/import|Imports]] - [[Special:Log/newusers|User Creation]] - [[Special:Log/patrol|Patrols]]
*Admin Actions: [[Special:Log/block|Blocks]] - [[Special:Log/protect|Protections]] - [[Special:Log/delete|Deletions]] - [[Special:Log/rights|User Rights]] - [[Special:Log/usermerge|Account Merges]] - [[Special:Log/renameuser|Account Renames]]</small>
----
<small>
[[Special:NewImages|New files]] - [[Special:Watchlist|Watchlist]]<span style="float:right;">[[Club Penguin Humor:Administrators|Contact an administrator]]</span></small>
|}
{|- style="border:1px dashed #e9e9e9; margin-bottom:0.3em; padding:0.2em 0.5em; width: 78%;" align="center"
|If you need help, or just want to chat with other users, visit our freenode IRC channel [http://webchat.freenode.net/?channels=clubpenguinwiki-humor here]!
|}
fd0a47e1e01fb5b022bd90c2cedaf8dd0bdc5f4e
14
12
2014-01-15T21:03:58Z
Penstubal
3367274
wikitext
text/x-wiki
<div style="float: right">
<u>'''Legend:'''</u><small>
*'''N''' = New page/image
*'''m''' = minor edit
*→ = section edit
*'''b''' = Bot edit
*'''<span style="color:red">!</span>''' = Unpatrolled edit
*<span style="color: red">Red editor</span> = Administrator
*<span style="color: green">Green editor</span> = Network staff
</small>
</div>
{|- style="border:2px solid #e9e9e9; margin-bottom:0.3em; padding:0.2em 0.5em; width: 78%"
|<small>'''[[Special:Log|Logs]]:
*General: [[Special:Log/move|Moves]] - [[Special:Log/upload|Uploads]] - [[Special:Log/import|Imports]] - [[Special:Log/newusers|User Creation]] - [[Special:Log/patrol|Patrols]]
*Admin Actions: [[Special:Log/block|Blocks]] - [[Special:Log/protect|Protections]] - [[Special:Log/delete|Deletions]] - [[Special:Log/rights|User Rights]] - [[Special:Log/usermerge|Account Merges]] - [[Special:Log/renameuser|Account Renames]]</small>
----
<small>
[[Special:NewImages|New files]] - [[Special:Watchlist|Watchlist]]<span style="float:right;">[[Club Penguin Humor:Administrators|Contact an administrator]]</span></small>
|}
{|- style="border:1px dashed #e9e9e9; margin-bottom:0.3em; padding:0.2em 0.5em; width: 78%;" align="center"
|If you need help, or just want to chat with other users, visit our freenode IRC channel [http://webchat.freenode.net/?channels=clubpenguinwiki-humor here]!
|}
f1cf072cd14cdb0c22046c932c02d4c2d4b4f2d2
CP Humor:Administrators
4
6
13
2014-01-15T20:02:22Z
Penstubal
3367274
Created page with "The currently only administrator on the wiki is [[User:Penstubal|Penstubal]]."
wikitext
text/x-wiki
The currently only administrator on the wiki is [[User:Penstubal|Penstubal]].
1e9b32561deec791a04dc2467f5c931f21528bc5
User:Quackerpingu
2
7
15
2020-02-25T16:57:21Z
Quackerpingu
30604586
Created page with "'''''Quack.'''''"
wikitext
text/x-wiki
'''''Quack.'''''
78ad6dc27b2226f0d15fb77c16604ab90cd02d84
User talk:Quackerpingu
3
8
16
2020-02-25T16:57:37Z
Quackerpingu
30604586
Created page with "Quack."
wikitext
text/x-wiki
Quack.
fa4c8934ec677b0a812305df8806c338ab9eed6b
File:Wiki.png
6
9
17
2020-02-25T17:40:56Z
Quackerpingu
30604586
wikitext
text/x-wiki
da39a3ee5e6b4b0d3255bfef95601890afd80709
18
17
2020-02-25T17:41:34Z
Quackerpingu
30604586
Quackerpingu moved page [[File:Wiki1.png]] to [[File:Wiki.png]]
wikitext
text/x-wiki
da39a3ee5e6b4b0d3255bfef95601890afd80709
File:Wiki1.png
6
10
19
2020-02-25T17:41:34Z
Quackerpingu
30604586
Quackerpingu moved page [[File:Wiki1.png]] to [[File:Wiki.png]]
wikitext
text/x-wiki
#REDIRECT [[File:Wiki.png]]
a76d1c10cdb96b9c018948de69bad13d7fab8bea
File:Favicon.ico
6
11
20
2020-03-21T12:25:38Z
Quackerpingu
30604586
wikitext
text/x-wiki
da39a3ee5e6b4b0d3255bfef95601890afd80709